﻿
p {
    padding: 1em;
}
.container {
    text-align: center;
    color: var(--color);
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../img/knowledge centre/KnowledgeCentre.jpg');
    background-size: cover;
    background-position: center;
    /*  this is where the magic happens:  */
   /* background-attachment: fixed;*/
}

.back-to-top {
    width: 5%;
    position: fixed;
    left: 1%;
    z-index: 99;
}

.blanka {
    width: 100%;
    min-height: 60vh;
    /*background-image: url(../img/playzone/bg.png);*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #060a15;
}

    .blanka p {
        font-family: 'Rancho', sans-serif;
        font-size: 25px;
        color: #fbeac1;
    }

    .blanka h3 {
        font-family: 'Rancho', cursive;
        text-shadow: 5px 3px 9px rgb(0 0 0 / 31%), 0 0 20px rgb(255 255 255);
        font-size: 50px;
        margin: 60px 70px 0;
        color: #ffca59;
    }

    .blanka img {
        position: sticky;
        z-index: 99;
        width: 50%;
        top: 2px;
    }
.text-center {
    text-align: center;
}